home *** CD-ROM | disk | FTP | other *** search
/ Drivin' Route 66 / Drivin' Route 66 (1995)(Creative Multimedia)[Mac-PC].iso / pc / rtts.dir / 00028_Script_28 < prev    next >
Text File  |  1995-08-18  |  539b  |  32 lines

  1. on startMovie
  2.   set the colorDepth to 8
  3.   set the centerStage to true
  4.   set the volume of sound 1 to 255
  5. end
  6.  
  7. on stopMovie
  8.   sound stop 1
  9.   sound stop 2
  10.   unloadcast
  11. end
  12.  
  13. on idle
  14.   if the mouseDown then
  15.     sound stop 1
  16.     sound stop 2
  17.     go frame "US MAP" of movie "RTMM.DIR"
  18.   end if
  19. end
  20.  
  21. --on fadeIn
  22. --  
  23. --end 
  24. --
  25. --on fadeOut fadeChannel, fadeDuration, targetVolume 
  26. --  --fadeChannel: which channel
  27. --  --fadeDuration: how long it takes; in ticks
  28. --  --targetVolume: how long value 0-255
  29. --  
  30. --end
  31.  
  32.